home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1244 / version.txt < prev   
Text File  |  1996-06-17  |  818b  |  34 lines

  1. Process Box (PROCBOX.DLL) - Programmer's tool. V2.00 (6/17/96)            
  2.  
  3. Revision history:
  4. ***************
  5. Version 2.00    - 6/17/96
  6. ***************
  7. 1) Process Callback changed
  8.     Now, PBCallback should be 
  9.         int CALLBACK PBCallback (HWND, int, LPARAM);
  10.     Where     HWND    - hwndPB, the handle of the ProcessBox
  11.         int    - iCode, the PBC_CODE
  12.         LPARAM    - lUserData 
  13. 2) Added Custom Process Box APIs
  14.  
  15. ***************
  16. Version 1.51
  17. ***************
  18. Added IterateTaskProcesses, wrapper around 
  19.     IterateProcess, GetProcessBoxFirst/Next APIs
  20. Fixed minor bug with memory-cleanup.
  21.  
  22. ***************
  23. Version 1.50    - 6/14/96
  24. ***************
  25. Added Low-level API functions:
  26.     IterateProcess
  27.     GetProcessBoxFirst/Next
  28.  
  29. ***************
  30. Version 1.00
  31. ***************
  32. Original version.
  33.     
  34. Aneil Mallavarapu <mallav@itsa.ucsf.edu>